KeyReleased

public interface KeyReleased implements KeyEvent

An event indicating that a keyboard key has been released.

Types

Link copied to clipboard
public final class Builder
A builder of KeyReleased.

Functions

Link copied to clipboard
public KeyCode keyCode()
Returns the code of the key.
Link copied to clipboard
public KeyLocation keyLocation()
Returns the location of the key on the keyboard.
Link copied to clipboard
Returns the keyboard modifiers applied.
Link copied to clipboard
public static KeyReleased.Builder newBuilder(KeyCode keyCode)
Creates a new KeyReleased builder with the given required parameters.